home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / accuhash / ah2setup.exe / {app} / accuhash.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  2004-09-13  |  2KB  |  108 lines

  1. object AboutForm: TAboutForm
  2.   Left = 304
  3.   Top = 242
  4.   BorderStyle = bsNone
  5.   Caption = 'AboutForm'
  6.   ClientHeight = 220
  7.   ClientWidth = 350
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   ShowHint = True
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image: TTntImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 350
  24.     Height = 220
  25.     Align = alClient
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object CopyLabel: TTntLabel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 350
  32.     Height = 23
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     Caption = #169' 2004 Irnis I.Haliullin'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWhite
  38.     Font.Height = -15
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     Transparent = True
  43.     Layout = tlCenter
  44.     Caption_UTF7 = '+AKk 2004 Irnis I.Haliullin'
  45.   end
  46.   object VersLabel: TTntLabel
  47.     Left = 0
  48.     Top = 92
  49.     Width = 350
  50.     Height = 24
  51.     Alignment = taCenter
  52.     AutoSize = False
  53.     Caption = 'Version 1.0.0 (build 000)'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWhite
  56.     Font.Height = -13
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Transparent = True
  61.     Layout = tlCenter
  62.   end
  63.   object HomeLabel: TTntLabel
  64.     Left = 8
  65.     Top = 184
  66.     Width = 128
  67.     Height = 13
  68.     Hint = 'Visit AccuHash homepage'
  69.     Caption = 'http://www.accuhash.com'
  70.     Transparent = True
  71.     OnClick = LabelClick
  72.     OnMouseMove = LabelMouseMove
  73.   end
  74.   object MailLabel: TTntLabel
  75.     Left = 8
  76.     Top = 200
  77.     Width = 116
  78.     Height = 13
  79.     Hint = 'Contact AccuHash support team'
  80.     Caption = 'support@accuhash.com'
  81.     Transparent = True
  82.     OnClick = LabelClick
  83.     OnMouseMove = LabelMouseMove
  84.   end
  85.   object InfoLabel: TTntLabel
  86.     Left = 0
  87.     Top = 116
  88.     Width = 350
  89.     Height = 68
  90.     Alignment = taCenter
  91.     AutoSize = False
  92.     Caption = 'UNREGISTERED'#13#10#13#10'Click here to register!'
  93.     Transparent = True
  94.     OnClick = LabelClick
  95.     OnMouseMove = LabelMouseMove
  96.   end
  97.   object CloseButton: TTntButton
  98.     Left = 259
  99.     Top = 186
  100.     Width = 75
  101.     Height = 25
  102.     Caption = 'OK'
  103.     Default = True
  104.     ModalResult = 2
  105.     TabOrder = 0
  106.   end
  107. end
  108.